@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('HelveticaNeueCyr-Roman.eot');
	src: local('HelveticaNeueCyr-Roman'),
		url('HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
		url('HelveticaNeueCyr-Roman.woff') format('woff'),
		url('HelveticaNeueCyr-Roman.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

body {
	font-family: 'HelveticaNeueCyr';
	background: #ffffff;
	margin:0;
	margin-left: 40px;
	margin-top: 40px;
}

p {
	margin:0;
	padding:0;
}

.st {
	background: #0A9967;
	width: 10px;
	margin-left: 20px;
}

.head-container{
	display:flex;
	width: 100%
}

.head-img {
	min-width: 300px;
	max-width: 20%;
	margin: 0px;
}

.contact-container {
	font-size: 40px;
	display: flex;
	padding: 20px;
	justify-content: center;
}

.contacts { 
	display:inline-block;
	justify-content: center;
	flex-direction: column;
	min-width:200px;
}

.icon{
	height: 20px;
	margin:0px 10px;
}

.icon-text {
	text-decoration:none;
	color:#444;
}

.container {
	line-height: 1em;
	columns: 20% auto;
	-moz-columns: 20% auto;
	-webkit-columns: 20% auto;
	break-after: column;
}

.card {
	width: 350px;
	display: inline-block;
	vertical-align: top;
	padding: 10px 30px;
	margin: 10px 10px;
	background: #f6f6f6;
	border-radius: 20px;
}

.price-line{
	
}

.card p {
	display: inline-block;
	border-bottom: 1px solid #ddd;
}

p.txt { 
	margin-bottom:10px;
	width:240px;
}

p.price { 
	text-align: right;
	width:110px;
}

p.txt, 
p.price{
	color:black;
}

.txt-head-container{	
	border: none;
	display: flex;
	margin-bottom:10px;
}

.card img {
	height:100px;
}

p.txthead {
	height:100px;
	line-height: 25px;
	width: 70%;
	border: 0px;
	font-weight:800;
	font-size: 22px;
	margin-left:30px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}